home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / PTR-TCL v2.1 / Support / Exception Check README < prev    next >
Text File  |  1994-02-17  |  766b  |  19 lines

  1. About Exception Check:
  2.  
  3. This is a small application which munges through your source code and
  4. looks for potential exception-related problems such as doing a goto or
  5. return out of a TRY/CATCH/ENDTRY block.
  6.  
  7. When a potential problem is encountered, it will output an error
  8. message in the messages file. Check this file, and carefully study
  9. your code where the messages file says you have a problem. If you
  10. decide it's a false alarm, adding a comment /*GOTO_OK*/ or /*RETURN_OK*/
  11. on the line will make the complaint go away on future runs.
  12.  
  13. DISCLAIMER: This quick hack has saved me several hours of debugging at
  14. least two times, but it IS a quick hack and you should not run it except
  15. if you agree to take full responsibility for its actions.
  16.  
  17. Jon W{tte
  18. h+@nada.kth.se
  19.